From: Boyuan Yang Date: Mon, 29 Jul 2024 00:00:56 +0000 (-0400) Subject: Use dh-sequence-pkgkde-symbolshelper X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~24 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=4aecc22831618eb8373d6bcc51aec465ce4ec647;p=opencc.git Use dh-sequence-pkgkde-symbolshelper --- diff --git a/debian/changelog b/debian/changelog index 0885c00..06be5a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ opencc (1.1.8+ds1-1~exp1) experimental; urgency=medium * New upstream release. * debian/copyright: Update information. * debian/patches: Refresh patches. + * debian/control: Use dh-sequence-pkgkde-symbolshelper. - -- Boyuan Yang Sun, 28 Jul 2024 19:59:27 -0400 + -- Boyuan Yang Sun, 28 Jul 2024 20:00:37 -0400 opencc (1.1.7+ds1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 9bc0480..b0a3784 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: libmarisa-dev, libtclap-dev, opencc , - pkg-kde-tools, + dh-sequence-pkgkde-symbolshelper, pybind11-dev, python3:any, rapidjson-dev, diff --git a/debian/rules b/debian/rules index 949892e..2dd7d65 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ include /usr/share/dpkg/architecture.mk # Disable parallel build to circumvent some random build error # (needs further investigation) %: - dh $@ --buildsystem=cmake --with pkgkde_symbolshelper --no-parallel + dh $@ --buildsystem=cmake --no-parallel BUILD_OPTIONS = \ -DCMAKE_INSTALL_PREFIX=/usr \